home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / tools.dxr / page3_4_button script with qtvr pano notify.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  332 b   |  17 lines

  1. global gButtonManager, gRollManager, gMain
  2.  
  3. on mouseDown
  4.   mMouseDown(gRollManager)
  5.   if mCheckQtvrPanoNotify(gMain) = 0 then
  6.     mButtonClicked(gButtonManager)
  7.   end if
  8. end
  9.  
  10. on mouseEnter me
  11.   mProcessRollover(gRollManager, the spriteNum of me, 1)
  12. end
  13.  
  14. on mouseLeave me
  15.   mProcessRollover(gRollManager, the spriteNum of me, 0)
  16. end
  17.